-
Notifications
You must be signed in to change notification settings - Fork 3.3k
{Misc} Remove direct call to msrestazure
#29856
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
️✔️AzureCLI-FullTest
|
️✔️AzureCLI-BreakingChangeTest
|
|
Misc |
FumingZhang
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approve for the change related to acs (AKS, src/azure-cli/azure/cli/command_modules/acs). Thanks!
ambrahma
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
RDBMS has reviewed this PR.
|
Please fix conflicting files |
src/azure-cli/azure/cli/command_modules/synapse/manual/operations/sqlpoolsensitivitylabel.py
Outdated
Show resolved
Hide resolved
|
This is a very big RP. I would suggest creating separate PRs for each change:
|
|
Approve for the change related to |
|
I actually did the |
|
I am actually considering moving |
|
azure-cli/src/azure-cli-core/azure/cli/core/util.py Lines 258 to 262 in 05a5d8f
Will fix in separate PR |
Related command
Description
We are planning to drop
msrestazuredependency as described in it's disclaimerSo this PR mainly works on migrating
msrestazure.toolstoazure.mgmt.core.toolsmsrestazure.azure_exceptions.CloudErrortoazure.core.exceptions.HttpResponseErrorThere're some other
msrestazurecalls left includingdlamodule (will deprecate in next breaking change window [dla]az dla: Deprecate azure datalake analytics from CLI #29879 )dlsmodule (cc @akharit for awareness)keyvaultmodule (will discuss with keyvault service team)msrestazure.azure_cloud._populate_from_metadata_endpointcall incloudmodule ({Cloud} Remove msrestazure call in cloud module #30068 )msrestazure.azure_operation.AzureOperationPollerinresourcemodule ({Resource} Remove direct call tomsrestazure#29959 )We will handle these cases in separate PRs
Testing Guide
History Notes
[Component Name 1] BREAKING CHANGE:
az command a: Make some customer-facing breaking change[Component Name 2]
az command b: Add some customer-facing featureThis checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.